home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000380_news@newsmaster….columbia.edu _Tue Sep 23 19:03:35 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id TAA22982
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 23 Sep 1997 19:03:35 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id TAA13834
  7.     for kermit.misc@watsun; Tue, 23 Sep 1997 19:03:35 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: using sx/rx and sz/rz with C-Kermit
  12. Date: 23 Sep 1997 23:03:32 GMT
  13. Organization: Columbia University
  14. Lines: 14
  15. Message-ID: <609hs4$gdi$1@apakabar.cc.columbia.edu>
  16. References: <609fbe$mit$1@news.inconnect.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7708
  19.  
  20. In article <609fbe$mit$1@news.inconnect.com>,
  21. Doug Fielding <doug@megawest.com> wrote:
  22. :  I am trying to run sx/rx and sz/rz with C-Kermit on SCO/UNIX.  It appears
  23. : that it is not redirecting the I/O through the modem port established by
  24. : C-Kermit.  I am using sx/rx/sz/rz from Omen Technologies dated 1993.  Can
  25. : anyone help me?  P.S.  I got this to work on AIX.
  26. The current version of C-Kermit is 6.0.192.  It can be configured to use
  27. sx/rx/sz/rz as an external protocol, as documented in the manual, but only
  28. if the sz/rx/etc programs allow their standard i/o to be redirected.  If yours
  29. don't, you'll need to contact Omen Technology to found out how to get ones
  30. that do.
  31.  
  32. - Frank